home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
FinderGrok
/
Grok
/
Source
/
Prefix
/
PrefixCommon.h
< prev
Wrap
Text File
|
2000-06-23
|
883b
|
22 lines
// ===========================================================================
// PrefixCommon.h ©1999-2000 Metrowerks Inc. All rights reserved.
// ===========================================================================
// This file contains settings/material common to all targets for the
// prefix file/precompiled header.
// Option for using PowerPlant namespace
#define PP_Uses_PowerPlant_Namespace 0 // OFF, don't use PowerPlant namespace
// Standard Dialogs
#define PP_StdDialogs_Option PP_StdDialogs_Conditional // use conditional standard dialog
// implementation
// Force the use of new types
#define PP_Uses_Old_Integer_Types 0 // OFF, use new types
// Don't allow use of the obsolete AllowTargetSwitch
#define PP_Obsolete_AllowTargetSwitch 0
// Don't show release notes warnings for old projects
#define PP_Suppress_Notes_21 1